############################################################################################################
To run with the current T1, T2 & PD matrices (the parameters we worked with during all our project- from RAMBAM):
############################################################################################################
1. copy all these files to a local folder and open Matlab
2. run 'guide' in the Command Window of Matlab
3. choose 'FSE_apr16.fig' from the correct path (local folder) or browse for it
4. choose 'open'
5. on the fig window that is now open, click on the 'play' button - the green arrow 
6. now you should be able to choose sequence and run simulation as you wish

############################################################################################################
To run with the other matrices (new set of parameters):
############################################################################################################
1. copy all these files to a local folder and open Matlab
2. open the file 'FSE_apr16.m' on Matlab
3. search the line: "load('parameters.mat');" [currently on line #542 in the file]
4. instead of 'parameters.mat' you can load any other '.mat' you want
5. notice that - the matrices/maps inside this new '.mat' should be called:
	PD_128
	T1_128
	T2_128
   or else, our functions won't be able to recognize the maps.
6. another option, if you don't want to change the maps names is to change the names of the maps ypu send to our functions:
	inside the function 'pushbutton1_TR_Callback', right after the line "simulation_type = get(handles.popupmenu2,'value');" ,
	you can find the functions that run whenever the user chooses a sequence and press the run button.
	here you can change the name of the maps - replace the  "PD_128" "T1_128" "T2_128" to whatever name you want.
7. after saving 'FSE_apr16.m' run 'guide' in the Command Window of Matlab
8. choose 'FSE_apr16.fig' from the correct path (local folder) or browse for it
9. choose 'open'
10. on the fig window that is now open, click on the 'play' button - the green arrow 
11. now you should be able to choose sequence and run simulation as you wish 